home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / BACKUP / TDT-1.ZIP;1 / README.1ST < prev   
Encoding:
Text File  |  1992-09-21  |  5.3 KB  |  151 lines

  1.                      The TesSeRact Development Tools
  2.  
  3.                             Shareware Release
  4.  
  5.                                Including
  6.                           
  7. ------------------------------------------------------------------------------
  8.             The TesSeRact CXL User Interface Development System
  9.                     Version 6.02 -- September 21, 1992
  10. ------------------------------------------------------------------------------
  11.                        The TesSeRact Screen Designer
  12.                     Version 2.03 -- September 21, 1992
  13. ------------------------------------------------------------------------------
  14.                    The TesSeRact Printer Control System
  15.                     Version 2.02 -- September 21, 1992
  16. ------------------------------------------------------------------------------
  17.                      The TesSeRact Compression System
  18.                     Version 2.02 -- September 21, 1992
  19. ------------------------------------------------------------------------------
  20.                    The TesSeRact File Management System
  21.                     Version 2.02 -- September 21, 1992
  22. ------------------------------------------------------------------------------
  23.  
  24.  
  25.   Copyright 1987-92, Innovative Data Concepts, Inc.
  26.   All Rights Reserved
  27.  
  28.  
  29.   Innovative Data Concepts, Inc.
  30.   122 North York Road
  31.   Suite 5
  32.   Hatboro, PA 19040
  33.   Voice:  1-215-443-9705
  34.   Orders: 1-800-926-4551
  35.   FAX:    1-215-443-9753
  36.  
  37.  
  38. For installation instructions, please see INSTALL.DOC
  39.  
  40. This package contains the complete shareware versions of TCXL 6.02, TSD 2.03, 
  41. TPRINT 2.02, TCOMP 2.02 and TFILE 2.02, including small memory model 
  42. libraries for your compiler.  If you are downloading these files from a 
  43. BBS, please make sure you have dowloaded the correct files:
  44.  
  45. REQUIRED FILES:
  46. ---------------
  47.    TDT-1.ZIP  --  Installation and General Utilities
  48.    TDT-2.ZIP  --  TCXL Shareware Materials
  49.    TDT-3.ZIP  --  TPRINT, TCOMP and TFILE Shareware Materials
  50.    TDT-4.ZIP  --  TSD Shareware Materials
  51.  
  52. OPTIONAL FILES (at least one required):
  53. ---------------------------------------
  54.    TDT-5.ZIP  --  Borland C++ 3.x Small Model Libraries
  55.    TDT-6.ZIP  --  Borland C++ 2.x Small Model Libraries
  56.    TDT-7.ZIP  --  Turbo C++ Small Model Libraries
  57.    TDT-8.ZIP  --  Turbo C 2.0 Small Model Libraries
  58.    TDT-9.ZIP  --  Microsoft C 7.x Small Model Libraries
  59.    TDT-A.ZIP  --  Microsoft C 6.x Small Model Libraries
  60.    TDT-B.ZIP  --  Microsoft C 5.x Small Model Libraries
  61.    TDT-C.ZIP  --  Zortech C/C++ 3.x Small Model Libraries
  62.    TDT-D.ZIP  --  Watcom C 8.5 Small Model Libraries
  63.    TDT-E.ZIP  --  TopSpeed 3.02 Small Model Libraries
  64.  
  65.  
  66.  
  67. If you downloaded these files, unZIP them into a single directory,
  68. and run the INSTALL program.
  69.  
  70.  
  71. PLEASE NOTE:
  72.  
  73.   Do not attempt to install *both* the BCC 2.x and BCC 3.x libraries --
  74.   the files have the same name!  The same rule goes for TCC and TC 2.0.
  75.  
  76.   After completing the INSTALL process, you must set up Programmer's
  77.   Super-Maint for use with TCXL:
  78.  
  79. ----------
  80.     There are two environment variables that need to be set in order
  81.     to build the library and sample programs with SM.  You should
  82.     set these as follows:
  83.  
  84.     SUPERIF=TCXL1 : xx;TCXL2 : yy
  85.  
  86.     where:
  87.           xx is:  T2 -- Turbo C 2.0
  88.                   TC -- Turbo C++ 1.0 or later
  89.                   BC -- Borland C++ 2.0 or later
  90.                   M5 -- Microsoft C 5.1
  91.                   M6 -- Microsoft C 6.x
  92.                   QC -- Microsoft QuickC 2.5
  93.                   M7 -- Microsoft C 7.x
  94.                   ZT -- Zortech 3.0
  95.                   WC -- Watcom 8.5
  96.                   TS -- TopSpeed
  97.  
  98.           yy is:  TA -- Borland Turbo Assembler
  99.                   M5 -- Microsoft Macro Assembler Version 5.1
  100.                   M6 -- Microsoft Macro Assembler Version 6.0
  101.                   QC -- Microsoft Quick Assembler Version 2.5 (QCL)
  102.                   OA -- SLR Systems OPTASM
  103.                   NA -- No Assembler (currently requires PKUNZIP on path)
  104.  
  105.  
  106.     SUPERMACRO=LPATH : (path)
  107.  
  108.     where:
  109.           (path) is the path to your compiler's library directory, without
  110.                    a trailing backslash.
  111.                  The LPATH macro is only required for Borland compilers
  112.                    at this time; however, we recommend you set it
  113.                    for future compatibility.
  114. ----------
  115.  
  116.   Then run the MAKEDEMS.BAT file to build your libraries.
  117.  
  118.   To run the demo programs, run TCXLDEMO.EXE.
  119.  
  120.  
  121. If you are using the Zortech compiler, ENTDEMO and STRDEMO may not link
  122. correctly due to the way Zortech implements floating point libraries.  To
  123. allow these demos to link, add one line to ENTDEMO.SMF and STRDEMO.SMF as
  124. follows:
  125.  
  126. TNAMES = 
  127.         Z:\LIB\INT.OBJ&          <--- insert this line, using the correct
  128.         TVMSTUB.OBJ&                  path for the location of INT.OBJ on
  129.                                       your system.
  130.  
  131.  
  132. Additional README information is available in the following files after
  133. installation:
  134.  
  135. DOC\README.V6
  136. DOC\README.602
  137. TSD\README.1ST
  138. TPRINT\README.1ST
  139. TCOMP\README.1ST
  140. TFILE\README.1ST
  141.  
  142. Documentation files for the various products are stored in:
  143.  
  144. DOC\TCXLDOS.TXT
  145. DOC\TCXL-E.TXT
  146. DOC\TPRINT.TXT
  147. DOC\TFILE.TXT
  148. DOC\TCOMP.TXT
  149. TSD-SH\TSD.TXT
  150. TSD-SH\TSD-E.TXT
  151.